[INFO] cloning repository https://github.com/realraum/freeenet-pizza
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/realraum/freeenet-pizza" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealraum%2Ffreeenet-pizza", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealraum%2Ffreeenet-pizza'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4c446ea83bbc1997b973e1f7f65fde09ac594abb
[INFO] checking realraum/freeenet-pizza against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealraum%2Ffreeenet-pizza" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/realraum/freeenet-pizza
[INFO] finished tweaking git repo https://github.com/realraum/freeenet-pizza
[INFO] tweaked toml for git repo https://github.com/realraum/freeenet-pizza written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/realraum/freeenet-pizza on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/realraum/freeenet-pizza already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-3-tc2/source/contracts/pizza-contract/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99
[INFO] running `Command { std: "docker" "start" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/contracts/pizza-contract/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]     Checking dioxus-core-types v0.7.3
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.3
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking wasm-bindgen-shared v0.2.108
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling flatbuffers v24.12.23
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling freenet-stdlib v0.3.2
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking euclid v0.22.13
[INFO] [stderr]    Compiling dioxus-document v0.7.3
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.7.3
[INFO] [stderr]     Checking sledgehammer_utils v0.3.1
[INFO] [stderr]    Compiling dioxus-web v0.7.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking dioxus-config-macros v0.7.3
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]     Checking rusty-money v0.5.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling dioxus-config-macro v0.7.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling pizza-ui v0.1.0 (/opt/rustwide/workdir/ui/app)
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr] error: failed to run custom build command for `pizza-ui v0.1.0 (/opt/rustwide/workdir/ui/app)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/pizza-ui-36c7186fa1056f6b/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rustc-env=BUILD_TIMESTAMP_ISO=2026-07-19T22:32:04Z
[INFO] [stderr]   cargo:rerun-if-changed=../../contracts/pizza-contract/
[INFO] [stderr]   cargo:rerun-if-changed=../../delegates/pizza-delegate/
[INFO] [stderr]   cargo:rerun-if-changed=../../common/
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr]   package:   /opt/rustwide/workdir/contracts/pizza-contract/Cargo.toml
[INFO] [stderr]   workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]      Compiling proc-macro2 v1.0.106
[INFO] [stderr]      Compiling unicode-ident v1.0.23
[INFO] [stderr]      Compiling quote v1.0.44
[INFO] [stderr]      Compiling serde_core v1.0.228
[INFO] [stderr]      Compiling typenum v1.19.0
[INFO] [stderr]      Compiling version_check v0.9.5
[INFO] [stderr]      Compiling serde v1.0.228
[INFO] [stderr]      Compiling cfg-if v1.0.4
[INFO] [stderr]      Compiling semver v1.0.27
[INFO] [stderr]      Compiling autocfg v1.5.0
[INFO] [stderr]      Compiling strsim v0.11.1
[INFO] [stderr]      Compiling subtle v2.6.1
[INFO] [stderr]      Compiling ident_case v1.0.1
[INFO] [stderr]      Compiling fnv v1.0.7
[INFO] [stderr]   error[E0463]: can't find crate for `core`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `wasm32-unknown-unknown` target may not be installed
[INFO] [stderr]     = help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
[INFO] [stderr]     = help: consider building the standard library from source with `cargo build -Zbuild-std`
[INFO] [stderr] 
[INFO] [stderr]   For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr]   error: could not compile `cfg-if` (lib) due to 1 previous error
[INFO] [stderr]   warning: build failed, waiting for other jobs to finish...
[INFO] [stderr]   error: could not compile `subtle` (lib) due to 1 previous error
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (969) panicked at ui/app/build.rs:89:13:
[INFO] [stderr]   pizza-contract build failed. Please fix the errors and try again.
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5e3329ff98d1 - std[7ad685695f4d6cf5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5e3329ff98d1 - std[7ad685695f4d6cf5]::backtrace_rs::backtrace::trace_unsynchronized::<std[7ad685695f4d6cf5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5e3329ff98d1 - std[7ad685695f4d6cf5]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5e3329ff98d1 - <<std[7ad685695f4d6cf5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6c52508f0c02959d]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5e332a00aeea - <core[6c52508f0c02959d]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5e332a00aeea - core[6c52508f0c02959d]::fmt::write
[INFO] [stderr]      6:     0x5e3329ffd7dc - core[6c52508f0c02959d]::io::write::default_write_fmt::<std[7ad685695f4d6cf5]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x5e3329ffd7dc - <std[7ad685695f4d6cf5]::sys::stdio::unix::Stderr as core[6c52508f0c02959d]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x5e3329fdb006 - <std[7ad685695f4d6cf5]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5e3329fdb006 - std[7ad685695f4d6cf5]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5e3329ff4921 - std[7ad685695f4d6cf5]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5e3329ff4adb - std[7ad685695f4d6cf5]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:815:13
[INFO] [stderr]     12:     0x5e3329fdb0b2 - std[7ad685695f4d6cf5]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:688:13
[INFO] [stderr]     13:     0x5e3329fd3669 - std[7ad685695f4d6cf5]::sys::backtrace::__rust_end_short_backtrace::<std[7ad685695f4d6cf5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5e3329fdb88d - __rustc[4b0a1a03217d90f5]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:679:5
[INFO] [stderr]     15:     0x5e332a00b61c - core[6c52508f0c02959d]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5e3329fc05b6 - build_script_build[faba5c83dca3a0e7]::build_wasm
[INFO] [stderr]     17:     0x5e3329fc1005 - build_script_build[faba5c83dca3a0e7]::main
[INFO] [stderr]     18:     0x5e3329fc2c63 - <fn() as core[6c52508f0c02959d]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     19:     0x5e3329fbfee6 - std[7ad685695f4d6cf5]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     20:     0x5e3329fc0059 - std[7ad685695f4d6cf5]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     21:     0x5e3329ff3cb7 - <&dyn core[6c52508f0c02959d]::ops::function::Fn<(), Output = i32> + core[6c52508f0c02959d]::marker::Sync + core[6c52508f0c02959d]::panic::unwind_safe::RefUnwindSafe as core[6c52508f0c02959d]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     22:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::panicking::catch_unwind::do_call::<&dyn core[6c52508f0c02959d]::ops::function::Fn<(), Output = i32> + core[6c52508f0c02959d]::marker::Sync + core[6c52508f0c02959d]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:576:43
[INFO] [stderr]     23:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::panicking::catch_unwind::<i32, &dyn core[6c52508f0c02959d]::ops::function::Fn<(), Output = i32> + core[6c52508f0c02959d]::marker::Sync + core[6c52508f0c02959d]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:544:19
[INFO] [stderr]     24:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::panic::catch_unwind::<&dyn core[6c52508f0c02959d]::ops::function::Fn<(), Output = i32> + core[6c52508f0c02959d]::marker::Sync + core[6c52508f0c02959d]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::panicking::catch_unwind::do_call::<std[7ad685695f4d6cf5]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:576:43
[INFO] [stderr]     27:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::panicking::catch_unwind::<isize, std[7ad685695f4d6cf5]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panicking.rs:544:19
[INFO] [stderr]     28:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::panic::catch_unwind::<std[7ad685695f4d6cf5]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x5e3329ff3cb7 - std[7ad685695f4d6cf5]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x5e3329fbfed1 - std[7ad685695f4d6cf5]::rt::lang_start::<()>
[INFO] [stderr]     31:     0x5e3329fc2cc5 - main
[INFO] [stderr]     32:     0x76083b76c1ca - <unknown>
[INFO] [stderr]     33:     0x76083b76c28b - __libc_start_main
[INFO] [stderr]     34:     0x5e3329fbebc5 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99", kill_on_drop: false }`
[INFO] [stdout] 74456f562c684bb9b6a052fd3f54db745f99792bdc91ad6f3f363a48056c7b99
